GtkListBox: Clean up DnD code
authorAlexander Larsson <alexl@redhat.com>
Mon, 10 Jun 2013 13:15:22 +0000 (15:15 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 13 Jun 2013 10:17:06 +0000 (12:17 +0200)
commit932535d4445be09faa919b0f85d7b35aca225430
tree9b5c0a901181918b4bed7440944afa87ee7b2f8b
parent043d445a03b6564dd334ef8abe5d485872f5dbfe
GtkListBox: Clean up DnD code

Unhighlight rows if they are removed.

Drop the automatic drag motion based auto-scrolling. This is not really
right, as it e.g. hardcodes auto-scroll regions and assumes we're the only
widget inside the scrolled container. Its also imho in the wrong place,
autoscrolling if any should be done on the scrolled-window or viewport.
All the removed code is implementable outside Gtk+ though.
gtk/gtklistbox.c